Install Authentication Proxy Silently
To perform a silent installation, create a batch file with the specified values required for installation.
- Store the SLNX Authentication Proxy installer on a server.
- Create a batch file that includes the following command:
(installer storage destination path)\setup /s /v"/qn ADDLOCAL=featuresPROPERTIES"
In "(installer storage destination path)", specify the folder path of Setup.exe. The installer storage folder can be a local folder. Run using an account with read and write privileges on the installer storage folder.
Specify the command and options to be run according to the usage environment. For details, see the "Command and options" table.
- Save the batch file.
- Run the batch file on the server to install RICOH SLNX Authentication Proxy Service or RICOH SLNX Authentication Agent Service.
The silent installation starts.
Command and options
Command/option |
Description |
---|---|
/s |
Changes to silent installation mode. |
/v |
Passes all parameters specified in double quotations. |
/qn |
Specifies not to display any user interface during installation. |
ADDLOCAL |
Specify the features to be installed. You can specify multiple features by separating them using a comma. When no feature is specified, all features are installed. For details about the features that can be specified, see the "Features" table below. Example: ADDLOCAL= common, authproxy |
PROPERTIES |
Specify the 'public' properties to configure the system in the following format: PROPERTY=value When property values have spaces, the values must be quoted with the quotes escaped with a backslash (\) (e.g., PROPERTY=\"value with spaces\"). For details about the properties that can be specified, see the "Properties" table below. |
Features
Feature Name |
Description |
---|---|
common |
Set up the common functions of RICOH SLNX Authentication Proxy Service and RICOH SLNX Authentication Agent Service. |
authagent |
Installs RICOH SLNX Authentication Agent Service. |
authproxy |
Installs RICOH SLNX Authentication Proxy Service. |
Properties
Property Name |
Affected Features |
Description |
---|---|---|
INSTALLDIR |
All |
Specify the installation destination directory. The default path is C: \Program Files \Ricoh\Streamline NX Authentication Proxy. |
INSTALLDIR_SP |
All |
Specify the data storage path. The default path is %PROGRAMDATA% \Ricoh\Streamline NX. |
INSTALLDIR_LOG |
All |
Specify the log storage path. Specify the path where the service logs are stored. The default path is %PROGRAMDATA% \Ricoh\Streamline NX\logs. |
LOGON_AS_SYSTEM |
All |
Specify whether users should log in using local system credentials to use the services to be installed. If set to No, SERVICE_PASSWORD and SERVICE_USER must be specified. It is recommended to set to No. For security reasons (allowing services access to network resources, using Windows Authentication for Core database access, etc.), it is recommended to configure the services to run under a domain user account. The default is No. |
SERVICE_USER |
All |
Specify the Windows user account under which the services will run. Required when LOGON_AS_SYSTEM is set to No. |
SERVICE_PASSWORD |
All |
Specify the password for the SERVICE_USER. |
AUTHENTICATION_PROXY_PORT |
Authentication Proxy |
Specify the RICOH SLNX Authentication Proxy server port number. The default is 443. |
DS_SECURITY_CONNECTION_KEY |
Authentication Proxy |
Specify a security connection key used by the Core Server and Delegation Servers to validate the trust of Delegation Servers to the Core Server. This property must be set. |
CORE_ADDRESS |
Authentication Proxy |
Specify the name or IP address of the Core Server. The default is localhost. |
CORE_PORT |
Authentication Proxy |
Specify the port on which the Core Server is listening for HTTP connections. The default is 51443. |
ENABLE_CORE_SSL |
Authentication Proxy |
Specify whether the Core Server is listening on SSL. You can specify 1 (SSL ON) or 0 (SSL OFF). |
LOAD_BALANCER_CHECK |
Authentication Proxy |
Specify whether the RICOH SLNX Authentication Proxy server is behind a load balancer. |
CACHE_SERVICE_TYPE |
Delegation Server |
Specify the type of distributed memory cache system to be used. Available only when OPERATION_MODE is "Cloud". 0: Memcached Cloud 1: Azure Cache for Redis or Amazon ElastiCache for Redis |
MEMCACHED_ADDRESS |
Authentication Proxy |
Specify the address of Memcached. It must be resolvable by the SLNX Authentication Proxy server that uses Memcached. The format is: <address>:<port> |
MEMCACHED_BUCKET_USER |
Authentication Proxy |
Specify the user for Memcached bucket for the RICOH SLNX Authentication Proxy server. |
REDIS_ADDRESS |
Authentication Proxy |
Specify the address of the distributed memory cache system. The address must be resolvable by the RICOH SLNX Authentication Proxy server that uses the distributed memory cache system. Available only when OPERATION_MODE is "Cloud". |
REDIS_ENABLE_SSL |
Delegation Server |
Specify whether to use SSL in the distributed memory cache system. Available only when OPERATION_MODE is "Cloud". 1: Use 0: Do not use |
REDIS_PORT |
Authentication Proxy |
Specify the port number of the distributed memory cache system. Available only when OPERATION_MODE is "Cloud". |
REDIS_USER |
Authentication Proxy |
Specify the user name of the distributed memory cache system bucket of the RICOH SLNX Authentication Proxy server. Available only when OPERATION_MODE is "Cloud". |
REDIS_PASSWORD |
Authentication Proxy |
Specify the password of the distributed memory cache system bucket of the RICOH SLNX Authentication Proxy server. Available only when OPERATION_MODE is "Cloud". |
REDIS_USE_CLUSTERING |
Authentication Proxy |
Specify whether to use clustering of the distributed memory cache system. Available only when OPERATION_MODE is "Cloud". 1: Use 0: Do not use |
MEMCACHED_BUCKET_PASSWORD |
Authentication Proxy |
Specify the password for Memcached bucket for the RICOH SLNX Authentication Proxy server. |